home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / sb_bust.swf / scripts / frame_65 / DoAction.as
Text File  |  2006-07-26  |  261b  |  14 lines

  1. if(_global.Param.G_EnemyWin == 2)
  2. {
  3.    gotoAndStop("LooseLvl");
  4. }
  5. else if(_global.Param.G_PlayerWin == 2)
  6. {
  7.    gotoAndStop("WinLvl");
  8. }
  9. else
  10. {
  11.    _global.Param.G_Round = _global.Param.G_Round + 1;
  12.    gotoAndStop("Level" + _global.Param.G_Level);
  13. }
  14.